home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / myspell-en-us.postrm < prev    next >
Encoding:
Text File  |  2006-12-07  |  78 b   |  10 lines

  1. #!/bin/sh
  2.  
  3. if [ "$1" = "remove" ]; then
  4.     update-openoffice-dicts
  5. fi
  6.  
  7.  
  8.  
  9. exit 0
  10.